@media (max-width: 1750px) {
  .navbar-brand {
    padding-left: 180px;
  }
}
@media (max-width: 1499px) {
  .navbar-brand {
    padding-left: 50px;
  }
  .navbar-nav .nav-link {
    margin-left: 15px;
    margin-right: 15px;
  }
  .hero-subtitle {
    font-size: 24px;
  }
  .hero-title {
    font-size: 52px;
  }
  .hero-bottom {
    margin-top: 50px;
  }
  .hero-description {
    font-size: 20px;
    line-height: 30px;
  }
  .hero-section {
    padding-bottom: 50px;
  }
}
@media (max-width: 1399px) {
  .why-choose-content {
    padding: 30px 50px;
    padding-left: 140px;
  }
  .why-choose-section-right {
    width: 65%;
  }
  .hipaa-section {
    padding-bottom: 70px;
  }
  .testimonials-section,
  .managed-it-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .testimonials-section .section-title,
  .appointment-content h2,
  .managed-it-section .section-title,
  .why-choose-title,
  .hipaa-title {
    font-size: 36px;
  }
  .appointment-content h2 br {
    display: none;
  }
  .contact-section-right {
    padding-left: 197px;
  }
  .bg-green {
    padding: 0 50px;
  }
  .site-footer .bg-blue img {
    width: 150px;
    margin-right: 10px;
  }
  .site-footer .bg-blue {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media(max-width:1199px){
  .navbar-brand img {
    width: 150px;
  }
  .navbar-brand {
    padding-left: 25px;
  }
  .navbar-nav .nav-link {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
  }
  .action-btn {
    transform: skewX(-9deg);
  }
}
@media(max-width:991px){
  .header-section{
    background-color:#000;
    padding-left:25px;
    padding-right:25px;
  }
  .navbar-brand {
    padding-left:0px;
  }
  .hero-content {
    text-align: center;
  }
  .hero-title {
    font-size: 42px;
  }
  .hipaa-title br,
  .appointment-content h2 br,
  .hero-title br{
    display:none;
  }
  .hero-bottom {
    margin-top: 0;
  }
  .hero-bottom{
    display:block;
    text-align:center;
  }
  .hero-description{
    max-width:100%;
    margin-bottom:20px;
  }
  .why-choose-section-row {
    display: block;
  }
  .why-choose-section-lft {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 0px);
    overflow: hidden;
  }
  .why-choose-section-right {
    width: 100%;
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
  }
  .why-choose-content {
    padding: 50px 50px;
    padding-left: 50px;
    min-height: auto;
  }
  .managed-it-section .section-title br{
    display:none;
  }
  .managed-it-content{
    text-align:center;
  }
  .testimonial-content-inr,
  .testimonial-content{
    transform: skewX(0deg);
  }
  .contact-section-row {
    display: block;
    padding-top: 50px;
  }
  .contact-section-lft {
    width: 100%;
    padding-bottom: 50px;
  }
  .contact-section-right {
    width: 100%;
    padding-left: 30px;
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
  }
  .footer-bottom{
    display:block!important;
  }
  .footer-bottom p {
    text-align: center;
    margin-bottom: 15px !important;
  }
  .footer-icons{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:15px;
  }
  .footer-links{
    display:flex;
    align-items:center;
    justify-content:center;
  }
}
@media(max-width:767px){
	h1.hero-subtitle {
    line-height: normal;
}
div#navbarNav {
    background: #222;
}
  .hero-bottom-actions ul {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .hero-bottom-actions ul li {
    width: 50%;
  }
  .hero-bottom-actions {
    position: relative;
    bottom: 0;
  }
  .hipaa-section{
    padding-top:50px;
    padding-bottom:50px;
  }
  .testimonials-section, .managed-it-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .testimonials-section .section-title,
  .appointment-content h2, .managed-it-section .section-title, .why-choose-title, .hipaa-title {
    font-size: 32px;
  }
  .btn-signup {
    min-width: 200px;
  }
}
@media(max-width:575px){
  .hero-title {
    font-size: 24px;
  }
  .hero-bottom-actions ul li {
    width: 100%;
  }
  .why-choose-content {
    padding: 30px 15px;
    padding-left: 15px;
  }
  .managed-it-image{
    margin-top:25px;
  }
  .testimonial-card {
    padding: 2rem 0rem;
  }
  .testimonials-slider .slick-prev, .testimonials-slider .slick-next{
    display:none!important;
  }
  .testimonial-slide{
    padding: 0 0;
  }
  .site-footer .bg-blue {
    display: block;
  }
  .btn-signup {
    transform: skewX(-15deg);
  }
  .site-footer .bg-white {
    background: #fff;
    color: #000;
    padding: 30px 15px;
  }
  .footer-links {
    flex-wrap: wrap;
  }
  .contact-section-lft.bg-green{
    padding-left:15px;
    padding-right:15px;
  }
  .contact-section-right {
    padding-left:15px;
    padding-right:15px;
  }
  .rqust-qt-btn,
  .contact-section .btn-green {
    transform: skewX(-15deg);
  }
  .header-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-toggler{
    padding:0;
  }
  .hero-subtitle {
    font-size: 18px;
  }
  .testimonials-section .section-title, .appointment-content h2, .managed-it-section .section-title, .why-choose-title, .hipaa-title {
    font-size: 26px;
  }
  .why-choose-title{
    margin-bottom:10px;
  }
  .testimonial-content {
    padding: 45px 15px;
  }
  .quote-icon, .quote-icon-right {
    font-size: 42px;
  }
  .quote-icon {
    top: -75px;
  }
  .quote-icon-right{
    bottom: -75px;
  }
}